home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / games / mdlv13.zip / MDLSRC.ZIP / BG_MOUSE.H < prev    next >
C/C++ Source or Header  |  1996-06-17  |  695b  |  26 lines

  1. /* source files for MedDLe, a quake model editor by Brian Martin */
  2. // Mouse Routines
  3. extern int                      BG_MouseLeft,
  4.                                 BG_MouseRight,
  5.                                 BG_MouseMiddle;
  6. extern int                      BG_MouseX,
  7.                                 BG_MouseY;
  8.  
  9. extern void BG_InitMouse();
  10. extern void BG_MouseShow(void);
  11. extern void BG_MouseHide(void);
  12. extern void BG_MouseStatus();
  13. extern void BG_MouseRange(int x1, int y1, int x2, int y2);
  14. extern void BG_MouseToXY(int x, int y);
  15. extern void BG_MouseSpeed(int s);
  16. extern void BG_MousePointing(void);
  17. extern void BG_MouseCrossHairs(void);
  18.  
  19. #ifdef USEGRX
  20.  
  21.  
  22.  
  23.  
  24.  
  25. #endif
  26.